home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
guides-texts
/
amigafaq
/
programmer
/
createentity.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-28
|
285 b
|
14 lines
#include <clib/nipc_protos.h>
#ifdef AZTEC_C
#include <pragmas/nipc_lib.h>
#endif
#if defined(__SASC) || defined(_DCC) || defined(__MAXON__)
#include <pragmas/nipc_pragmas.h>
#endif
struct Entity *CreateEntity(Tag tag1, ...)
{ return(CreateEntityA((struct TagItem *) &tag1));
}